You use this constant to specify that ATSUI use the natural line ascent and descent values dictated by the font and pixel size to determine line ascent and descent. You can set the line ascent text layout attribute for a line or an entire text layout object by passing the kATSULineAscentTag tagto the functions ATSUSetLineControls and ATSUSetLayoutControls, respectively. You can set the line descent text layout attribute for a line or an entire text layout object by passing the kATSULineDescentTag tagto the functions ATSUSetLineControls and ATSUSetLayoutControls, respectively.
enum {
kATSUseLineHeight= 0x7FFFFFFF,
};
Constant description
kATSUseLineHeight
Specifies that ATSUI use the natural line ascent and descent values dictated by the font and pixel size to determine line ascent and descent in a line or entire text layout object.